home *** CD-ROM | disk | FTP | other *** search
- TABLE OF CONTENTS
-
- egb/gbmenuselect.library/EGB_CreateMenuGadget
- egb/gbmenuselect.library/EGB_ModifyMenuGadget
- egb/gbmenuselect.library/EGB_CreateMenuGadgetegb/gbmenuselect.library/EGB_CreateMenuGadget
-
- NAME
- EGB_CreateMenuGadget -- Create a gadbox menu gadget
-
- SYNOPSIS
- EGB_CreateMenuGadget(con, id, elems)
- A0 D0 A1
-
- EB_GadBoxPtr EGB_CreateMenuGadget(EB_GadContext, LONG, EB_StrArrayPtr)
-
- FUNCTION
- Creates a gadbox menu gadget. These gadgets offer several possible
- selections. In normal state the actual selection is displayed. If the
- user hits the gadget all possible items pop up like a menu. The user
- can now select the appropriate item. The selection is canceled using
- the right mouse button.
-
- INPUTS
- elems : An array of strings each representing one choice
-
- RESULT
-
- SEE ALSO
-
-
- egb/gbmenuselect.library/EGB_ModifyMenuGadgetegb/gbmenuselect.library/EGB_ModifyMenuGadget
-
- NAME
- EGB_ModifyMenuGadget --
-
- SYNOPSIS
- EGB_ModifyMenuGadget(win, gad, sel)
- A0 A1 D0
-
- void EGB_ModifyMenuGadget(EI_WindowPtr, EI_GadgetPtr, WORD)
-
- FUNCTION
- Sets the actual selection of a menu select gadget to the item with
- the number num.
-
- INPUTS
- win : Pointer to the gadgets window; if NULL than no refreshing is done
- gad : A menu select gadget
- num : The number of the entry to become the new actual selection
-
- RESULT
-
- SEE ALSO
-
-
-